home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Business / Other Stuff / Away From Home / A•F•H•Diversions / background_2645.txt < prev    next >
Encoding:
Text File  |  1987-09-10  |  4.0 KB  |  204 lines

  1. -- background: 2645 from stack: in
  2. -- bmap block id: 3298
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: diversions
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=464 top=307 right=336 bottom=500
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 29114 / 29114
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Return
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   hide bkgnd button "more?"
  23.   visual effect iris close
  24.   pop card
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 7 (field)
  30. -- low flags: 01
  31. -- high flags: 0002
  32. -- rect: left=327 top=137 right=156 bottom=497
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 0
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: phone
  41.  
  42.  
  43. -- part 8 (field)
  44. -- low flags: 01
  45. -- high flags: 0002
  46. -- rect: left=327 top=114 right=133 bottom=497
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 0
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: statename
  55.  
  56.  
  57. -- part 9 (field)
  58. -- low flags: 01
  59. -- high flags: 0002
  60. -- rect: left=327 top=90 right=109 bottom=497
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 0 / 0
  63. -- text alignment: 0
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: cityname
  69.  
  70.  
  71. -- part 11 (field)
  72. -- low flags: 01
  73. -- high flags: 0002
  74. -- rect: left=197 top=115 right=134 bottom=254
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: pricerange
  83.  
  84.  
  85. -- part 12 (field)
  86. -- low flags: 01
  87. -- high flags: 0002
  88. -- rect: left=29 top=115 right=134 bottom=169
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: type
  97.  
  98.  
  99. -- part 13 (field)
  100. -- low flags: 01
  101. -- high flags: 2004
  102. -- rect: left=29 top=52 right=78 bottom=268
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: itemname
  111.  
  112.  
  113. -- part 14 (field)
  114. -- low flags: 00
  115. -- high flags: 6007
  116. -- rect: left=29 top=166 right=290 bottom=497
  117. -- title width / last selected line: 0
  118. -- icon id / first selected line: 0 / 0
  119. -- text alignment: 0
  120. -- font id: 3
  121. -- text size: 12
  122. -- style flags: 0
  123. -- line height: 16
  124. -- part name: comments
  125.  
  126.  
  127. -- part 15 (field)
  128. -- low flags: 01
  129. -- high flags: 0002
  130. -- rect: left=327 top=65 right=84 bottom=497
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 0
  134. -- font id: 0
  135. -- text size: 12
  136. -- style flags: 0
  137. -- line height: 16
  138. -- part name: street
  139.  
  140.  
  141. -- part 16 (button)
  142. -- low flags: 80
  143. -- high flags: 8003
  144. -- rect: left=206 top=311 right=333 bottom=306
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 1
  148. -- font id: 0
  149. -- text size: 12
  150. -- style flags: 0
  151. -- line height: 16
  152. -- part name: More?
  153. ----- HyperTalk script -----
  154. on mouseUp
  155.   global citytest
  156.   find citytest in field cityname
  157. end mouseUp
  158.  
  159.  
  160.  
  161. -- part 19 (button)
  162. -- low flags: 00
  163. -- high flags: 0000
  164. -- rect: left=0 top=305 right=342 bottom=37
  165. -- title width / last selected line: 0
  166. -- icon id / first selected line: 21700 / 21700
  167. -- text alignment: 1
  168. -- font id: 0
  169. -- text size: 12
  170. -- style flags: 0
  171. -- line height: 16
  172. -- part name: Home
  173. ----- HyperTalk script -----
  174. on mouseUp
  175.   visual effect iris close
  176.   go home
  177. end mouseUp
  178.  
  179.  
  180.  
  181.  
  182. -- part 20 (button)
  183. -- low flags: 00
  184. -- high flags: 8003
  185. -- rect: left=58 top=311 right=335 bottom=269
  186. -- title width / last selected line: 0
  187. -- icon id / first selected line: 0 / 0
  188. -- text alignment: 1
  189. -- font id: 0
  190. -- text size: 12
  191. -- style flags: 0
  192. -- line height: 16
  193. -- part name: More?
  194. ----- HyperTalk script -----
  195. on mouseUp
  196.   global city
  197.   go next
  198.   find city in field cityname
  199.   if field cityname <> city then
  200.     go card diversions
  201.   end if
  202. end mouseUp
  203.  
  204.